home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / TrickyClickyBall.swf / scripts / DefineButton2_103 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-09-27  |  147 b   |  8 lines

  1. on(release){
  2.    _root.doubleBall = 1;
  3.    _root.gravitySetting = 8;
  4.    _root.ballRandom = 26;
  5.    _root.balls = 0;
  6.    _root.gotoAndStop(3);
  7. }
  8.